columnview: separate autoscroll from headers
authorMatthias Clasen <mclasen@redhat.com>
Fri, 19 Jun 2020 15:54:12 +0000 (11:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Jun 2020 19:26:10 +0000 (15:26 -0400)
commitb299d62a73d992ceea1f1fcb736b108ec45078bc
tree89fa37c8d6a6675170c95beea16a7e39fc6c086b
parent02b293b59cb0919a6e2f83b60f40a14177e70212
columnview: separate autoscroll from headers

Break out an update_autoscroll() function that can
be used for other things than header DND. It will
be used for autoscroll during DND in the future.
gtk/gtkcolumnview.c